home *** CD-ROM | disk | FTP | other *** search
- -- card: 24479 from stack: in
- -- bmap block id: 25288
- -- flags: 0000
- -- background id: 24694
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=54 top=292 right=316 bottom=171
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: LAUNCH!
- ----- HyperTalk script -----
- on mouseUp
- put the userLevel into saveLevel
- if the userLevel < 3 then set userLevel to 3 -- "Painting"
- if the userLevel < 3 then exit mouseUp
- choose select tool
- doMenu "Select All"
- doMenu "Select"
- set dragSpeed to 25
- drag from 250,200 to 250,185
- set dragSpeed to 50
- drag from 250,185 to 250,155
- set dragSpeed to 75
- drag from 250,155 to 250,110
- set dragSpeed to 100
- drag from 250,110 to 250,50
-
- doMenu "Select All"
- doMenu "Revert"
- choose browse tool
- set userLevel to saveLevel
- go to card id 2933
-
- end mouseUp
-